Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 20, 2022

Bumps @angular/cdk from 12.2.8 to 13.1.3.

Release notes

Sourced from @​angular/cdk's releases.

v13.1.3

13.1.3 "plastic-koala" (2022-01-19)

material-experimental

Commit Description
fix - fe39b55f93 mdc-checkbox: emitting fallback values for density CSS variables (#24184)
fix - 0ab3dce58a mdc-snack-bar: avoid hard reference to base components and align API (#21425)

material

Commit Description
fix - 70e0170b95 autocomplete: don't handle enter events with modifier keys (#14717)
fix - eae436fdab autocomplete: optionSelections not emitting when the list of options changes (#14813)
fix - 761f9f25a8 card: handle picture element as mat-card-image (#23678)
fix - 3565cfac59 core: make MatOption generic (#20242)
fix - f0272cf5eb core: throw error if hue does not exist (#23612)
fix - 304afaef1d datepicker: add focus indication to calendar selected date in high contrast mode (#22889)
fix - 805eee8d07 form-field: outline gap not recalculated when switching to empty label (#23949)
fix - feac08f138 input: inconsistently reading name from input with ngModel (#19233)
fix - 439ad2c59d list: fix up disabled list item styles (#18881)
fix - 4182717c57 menu: not interrupting keyboard events to other overlays (#23310)
fix - a4f655856e paginator: allow readonly options (#24054)
fix - 966b2c52b7 progress-bar: unable to change value through property setter (#19025)
fix - 462cb6d713 progress-spinner: animation not working on some zoom levels in Safari (#23674)
fix - ce9d8caa1f sidenav: end position sidenav tab order not matching visual order (#18101)
fix - 7be61b6357 slider: avoid error on some touchstart events (#23823)
fix - 81528bc6a1 slider: first keypress ignored if out-of-bounds value is assigned (#23827)
fix - 64dd8ed8b5 slider: incorrectly inheriting color when nested inside component with theme (#21334)
fix - 99e77829cc snack-bar: handle long single-line content (#24135)
fix - 9752b1d18f table: better handling of invalid data (#18953)
fix - e01e579a49 tooltip: not closing if escape is pressed while trigger isn't focused (#14434)
perf - 4972dc5585 button: do not run change detection when the anchor is clicked (#23992)

cdk

Commit Description
fix - 49f4cc1126 a11y: activeItem out of date if active index is removed from ListKeyManager (#14471)
fix - 109d5a150f a11y: not detecting fake mousedown on firefox (#23493)
fix - c48742eb4e table: revert breaking change of CdkTable constructor (#24202)

autocomplete

Commit Description
fix - 402c07b3c7 restore focus after emitting option selected event (#18707)

select

Commit Description
fix - 94d466235a component value not in sync with control value on init (#18443)

sidenav

Commit Description
fix - cb0a2ad940 implicit content element being registered twice with scroll dispatcher (#13973)

... (truncated)

Changelog

Sourced from @​angular/cdk's changelog.

13.1.3 "plastic-koala" (2022-01-19)

cdk

Commit Type Description
109d5a150f fix a11y: not detecting fake mousedown on firefox (#23493)
c48742eb4e fix table: revert breaking change of CdkTable constructor (#24202)

material

Commit Type Description
70e0170b95 fix autocomplete: don't handle enter events with modifier keys (#14717)
eae436fdab fix autocomplete: optionSelections not emitting when the list of options changes (#14813)
402c07b3c7 fix autocomplete restore focus after emitting option selected event (#18707)
761f9f25a8 fix card: handle picture element as mat-card-image (#23678)
3565cfac59 fix core: make MatOption generic (#20242)
f0272cf5eb fix core: throw error if hue does not exist (#23612)
304afaef1d fix datepicker: add focus indication to calendar selected date in high contrast mode (#22889)
805eee8d07 fix form-field: outline gap not recalculated when switching to empty label (#23949)
feac08f138 fix input: inconsistently reading name from input with ngModel (#19233)
439ad2c59d fix list: fix up disabled list item styles (#18881)
4182717c57 fix menu: not interrupting keyboard events to other overlays (#23310)
a4f655856e fix paginator: allow readonly options (#24054)
966b2c52b7 fix progress-bar: unable to change value through property setter (#19025)
462cb6d713 fix progress-spinner: animation not working on some zoom levels in Safari (#23674)
94d466235a fix select component value not in sync with control value on init (#18443)
ce9d8caa1f fix sidenav: end position sidenav tab order not matching visual order (#18101)
cb0a2ad940 fix sidenav implicit content element being registered twice with scroll dispatcher (#13973)
7be61b6357 fix slider: avoid error on some touchstart events (#23823)
81528bc6a1 fix slider: first keypress ignored if out-of-bounds value is assigned (#23827)
64dd8ed8b5 fix slider: incorrectly inheriting color when nested inside component with theme (#21334)
99e77829cc fix snack-bar: handle long single-line content (#24135)
ad21ee20ae fix table not clearing some internal references on destroy (#16051)
9752b1d18f fix table: better handling of invalid data (#18953)
e01e579a49 fix tooltip: not closing if escape is pressed while trigger isn't focused (#14434)
4972dc5585 perf button: do not run change detection when the anchor is clicked (#23992)

material-experimental

Commit Type Description
fe39b55f93 fix mdc-checkbox: emitting fallback values for density CSS variables (#24184)
0ab3dce58a fix mdc-snack-bar: avoid hard reference to base components and align API (#21425)

Special Thanks

Andrew Seguin, Artur Androsovych, Jeri Peier, Joey Perrott, Kristiyan Kostadinov, Paul Gschwendtner and Ruslan Lekhman

13.2.0-next.1 "nylon-napkin" (2022-01-12)

cdk

Commit Type Description

... (truncated)

Commits
  • f79b6aa release: cut the v13.1.3 release
  • ca04fc1 Revert "fix(cdk/a11y): activeItem out of date if active index is removed from...
  • 1f6a3f8 refactor(cdk/a11y): use correct method when updating active item (#24232)
  • 49f4cc1 fix(cdk/a11y): activeItem out of date if active index is removed from ListKey...
  • cc8c49b build: fix unformatted files (#24231)
  • ce9d8ca fix(material/sidenav): end position sidenav tab order not matching visual ord...
  • c48742e fix(cdk/table): revert breaking change of CdkTable constructor (#24202)
  • a404580 docs: rename navgating to navigating (#24216)
  • 31c8fc1 build: fix autocomplete CI failure (#24226)
  • 402c07b fix(autocomplete): restore focus after emitting option selected event (#18707)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@angular/cdk](https://github.com/angular/components) from 12.2.8 to 13.1.3.
- [Release notes](https://github.com/angular/components/releases)
- [Changelog](https://github.com/angular/components/blob/master/CHANGELOG.md)
- [Commits](angular/components@12.2.8...13.1.3)

---
updated-dependencies:
- dependency-name: "@angular/cdk"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 20, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 27, 2022

Superseded by #326.

@dependabot dependabot bot closed this Jan 27, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/angular/cdk-13.1.3 branch January 27, 2022 17:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant